Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 17 - File Objects / File Objects Reference
File Objects Routines / Accessing Objects Directly


Q3File_IsEndOfFile

You can use the Q3File_IsEndOfFile function to determine whether the file position of a file object is at the end of the file.

TQ3Boolean Q3File_IsEndOfFile (TQ3FileObject file);
file
A file object.
DESCRIPTION
The Q3File_IsEndOfFile function returns, as its function result, a Boolean value that indicates whether the current file position of the file object specified by the file parameter is at the end of the file (kQ3True) or not (kQ3False).

ERRORS
kQ3ErrorFileNotOpen
kQ3ErrorInvalidObjectParameter
kQ3ErrorNULLParameter


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996